home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 001095_sanders@bsdi.com _Wed May 12 08:31:58 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Return-Path: <sanders@bsdi.com>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA25255; Wed, 12 May 93 08:31:58 MET DST
  4. Errors-To: sanders@bsdi.com
  5. Received: from austin.BSDI.COM by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  6.     id AA14925; Wed, 12 May 1993 08:52:51 +0200
  7. Received: from localhost by austin.BSDI.COM (5.67/1.37)
  8.     id AA02528; Wed, 12 May 93 01:52:48 -0500
  9. Message-Id: <9305120652.AA02528@austin.BSDI.COM>
  10. To: www-talk@nxoc01.cern.ch
  11. Subject: HTTPD Server
  12. Errors-To: sanders@bsdi.com
  13. Reply-To: sanders@bsdi.com
  14. Organization: Berkeley Software Design, Inc.
  15. Date: Wed, 12 May 1993 01:52:48 -0500
  16. From: Tony Sanders <sanders@bsdi.com>
  17.  
  18. I finally picked a name for my server code: Plexus
  19.  
  20. Plexus Version 1.1.1.1 is available through http://www.bsdi.com/
  21.  
  22. I integrated the SpaceWalk and Bookmark demos in the source release and
  23. did a lot of cleanup.  Note that the demos moved because of this (I'll
  24. leave pointers to them in the old locations for a while), check out
  25. the home page http://www.bsdi.com/ for pointers.
  26.  
  27. The documentation is in better shape also.  I've started to split it out
  28. into many files.  I need to add the bookmark stuff, flesh out the internals
  29. part and talk about writing new gateways.
  30.  
  31. In case you are new to this list I've included some basics about Plexus.
  32.  
  33. It's great for playing around with new server ideas because you can
  34. prototype them quickly in perl and the server can load them each time they
  35. are accessed so you don't have to restart the server a hundred times.
  36. When you are happy with them you can load them at startup for better
  37. performance.
  38.  
  39. Plexus Features
  40. ---------------
  41.  
  42. Plexus is an HTTP server writen in perl that includes the
  43. following features:
  44.  
  45.     Date and Time Gateway
  46.     Displays the date and time using 61 different timezone translations.
  47.  
  48.     Finger Gateway
  49.     Finger people and print out relevant faces.
  50.  
  51.     Directory Browser
  52.     Sorted, last modification stamp, file size, and directory indictor.
  53.     Allows HTML headers and footers.  User can specify filters using
  54.     search keyword.
  55.  
  56.     Fortune
  57.     Print out a fortune from the fortune database.
  58.  
  59.     Calendar
  60.     Prints out calendars by month and year, will also do whole years.
  61.  
  62.     Restricted Access Directories
  63.     Restricte access by account number and IP address.
  64.  
  65.     Image Decoding Libaray
  66.     Find objects in images using bitmasks.
  67.  
  68.     Directory Search
  69.     Search directory trees using perl regular expressions.
  70.  
  71.     Bookmark
  72.     Iconic UP, FORW, and BACK using image decoding library and menus
  73.     embedded in the URL.
  74.  
  75. --sanders@bsdi.com